A track reference array atom contains an array of track reference entry structures that specify information about any low-resolution image tracks contained in a movie. A track reference entry structure is defined by the VRTrackRefEntry data type:
typedef struct VRTrackRefEntry {
UInt32 trackRefType;
UInt16 trackResolution;
UInt32 trackRefIndex;
} VRTrackRefEntry;